home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMLength, gMChannel, gStartClick
- if gStartClick = 0 then
- if soundBusy(1) or (the movieTime of sprite gMChannel < gMLength) then
- go(the frame)
- end if
- else
- nothing()
- if the video of member "CanFly" = 1 then
- set the video of member "CanFly" to 0
- end if
- if soundBusy(1) then
- sound stop 1
- end if
- if soundBusy(2) then
- sound stop 2
- end if
- end if
- end
-